From 43971b69a0ff6b132717dbd221aee69aa4484a44 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 27 Jun 2006 15:09:50 +0000 Subject: [PATCH] Final "postgres" name changes. --- tests/LocalTestSettings.sample | 2 +- tests/RunTests.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/LocalTestSettings.sample b/tests/LocalTestSettings.sample index 94adeccd8f..7ada2fda91 100644 --- a/tests/LocalTestSettings.sample +++ b/tests/LocalTestSettings.sample @@ -20,7 +20,7 @@ $testOptions = array( 'user' => null, 'password' => null, 'database' => null ), - 'postgresql' => array( + 'postgres' => array( 'server' => null, 'user' => null, 'password' => null, diff --git a/tests/RunTests.php b/tests/RunTests.php index 538b62df7a..ec04fc037f 100644 --- a/tests/RunTests.php +++ b/tests/RunTests.php @@ -18,7 +18,7 @@ $testOptions = array( 'user' => null, 'password' => null, 'database' => null ), - 'postgresql' => array( + 'postgres' => array( 'server' => null, 'user' => null, 'password' => null, -- 2.20.1